home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00153_Edmark.BTN.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  349 b   |  21 lines

  1. on mouseDown
  2.   sound stop 1
  3.   sound stop 2
  4. end
  5.  
  6. on mouseUp
  7.   global gAutoMode
  8.   if not (the movieName contains "menu") then
  9.     set gAutoMode to 0
  10.     puppetSound(0)
  11.     play done
  12.   else
  13.     clearPuppets(1, 24)
  14.     puppetPalette(the framePalette)
  15.     puppetTransition(6, 2, 16, 0)
  16.     go("MenuTran")
  17.     puppetPalette(0)
  18.     go("Menu")
  19.   end if
  20. end
  21.